Send a voicecast Schema
attachment Element
Description
The information within an attachment sequence contains the information for the document to be uploaded.
Namespace (none)
Diagram
filedata Element name Element Sequence attachment Element
Overview
attachment
The information within an attachment sequence contains the information for the document to be uploaded.
Sequence
name xs:string
The name of the file to be uploaded.
filedata xs:string
The file data to be uploaded in base64 format.
Source
<xs:element name="attachment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="name" />
      <xs:element type="xs:string" name="filedata" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
api_request ElementSend a voicecast Schema

 

 


© 2013 All Rights Reserved.

Send comments on this topic.